home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-12 | 8.1 KB | 253 lines |
- # Makefile.in generated automatically by automake 1.0 from Makefile.am
-
- # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy, distribute and modify it.
-
-
- SHELL = /bin/sh
-
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
- VPATH = @srcdir@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
-
- bindir = @bindir@
- sbindir = @sbindir@
- libexecdir = @libexecdir@
- datadir = @datadir@
- sysconfdir = @sysconfdir@
- sharedstatedir = @sharedstatedir@
- localstatedir = @localstatedir@
- libdir = @libdir@
- infodir = @infodir@
- mandir = @mandir@
- includedir = @includedir@
- oldincludedir = /usr/include
-
- pkgdatadir = $(datadir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
- pkgincludedir = $(includedir)/@PACKAGE@
-
- top_builddir = ..
-
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
- transform = @program_transform_name@
-
- man_MANS = chgrp.1 chmod.1 chown.1 cp.1 dd.1 df.1 dircolors.1 du.1 install.1 \
- ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 touch.1
- mkinstalldirs = $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../config.h
- MANS = chgrp.1 chmod.1 chown.1 cp.1 dd.1 df.1 dircolors.1 du.1 install.1 ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 touch.1
-
-
- NROFF = nroff
- DIST_COMMON = Makefile.am Makefile.in
-
-
- PACKAGE = @PACKAGE@
- VERSION = @VERSION@
-
- DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
- $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
- DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
- $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
-
- TAR = tar
- default: all
-
-
- $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
- cd $(top_srcdir) && automake $(subdir)/Makefile
-
- Makefile: $(top_builddir)/config.status Makefile.in
- cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
- install-man: $(MANS)
- $(mkinstalldirs) $(mandir)/man1
- @sect=1; \
- inst=`echo "dircolors" | sed '$(transform)'`.1; \
- echo installing dircolors.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/dircolors.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "touch" | sed '$(transform)'`.1; \
- echo installing touch.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/touch.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "mv" | sed '$(transform)'`.1; \
- echo installing mv.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/mv.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "cp" | sed '$(transform)'`.1; \
- echo installing cp.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/cp.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "chgrp" | sed '$(transform)'`.1; \
- echo installing chgrp.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/chgrp.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "mkdir" | sed '$(transform)'`.1; \
- echo installing mkdir.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/mkdir.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "install" | sed '$(transform)'`.1; \
- echo installing install.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/install.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "dd" | sed '$(transform)'`.1; \
- echo installing dd.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/dd.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "du" | sed '$(transform)'`.1; \
- echo installing du.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/du.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "mknod" | sed '$(transform)'`.1; \
- echo installing mknod.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/mknod.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "df" | sed '$(transform)'`.1; \
- echo installing df.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/df.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "ln" | sed '$(transform)'`.1; \
- echo installing ln.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/ln.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "chmod" | sed '$(transform)'`.1; \
- echo installing chmod.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/chmod.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "mkfifo" | sed '$(transform)'`.1; \
- echo installing mkfifo.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/mkfifo.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "rmdir" | sed '$(transform)'`.1; \
- echo installing rmdir.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/rmdir.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "chown" | sed '$(transform)'`.1; \
- echo installing chown.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/chown.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "ls" | sed '$(transform)'`.1; \
- echo installing ls.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/ls.1 $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "rm" | sed '$(transform)'`.1; \
- echo installing rm.1 as $(mandir)/man$$sect/$$inst; \
- $(INSTALL_DATA) $(srcdir)/rm.1 $(mandir)/man$$sect/$$inst
-
- uninstall-man:
- inst=`echo "dircolors" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "touch" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "mv" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "cp" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "chgrp" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "mkdir" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "install" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "dd" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "du" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "mknod" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "df" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "ln" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "chmod" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "mkfifo" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "rmdir" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "chown" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "ls" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
- inst=`echo "rm" | sed '$(transform)'`.1; \
- rm -f $(mandir)/man1/$$inst
-
- tags: TAGS
- TAGS:
-
-
- subdir = man
- distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
- distdir: $(DEP_DISTFILES)
- @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
- test -f $(distdir)/$$file \
- || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
- || cp -p $(srcdir)/$$file $(distdir)/$$file; \
- done
- info:
-
- dvi:
-
- check: all
-
- installcheck:
-
- install-exec:
-
- install-data: install-man
-
- install: install-exec install-data all
- @:
-
- uninstall: uninstall-man
-
- all: $(MANS) Makefile
-
- install-strip:
- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
- installdirs:
- $(mkinstalldirs) $(mandir)/man1
-
-
- mostlyclean-generic:
- test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
-
- clean-generic:
- test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
- distclean-generic:
- rm -f Makefile $(DISTCLEANFILES)
- rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
-
- maintainer-clean-generic:
- test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
- test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
- mostlyclean: mostlyclean-generic
-
- clean: clean-generic mostlyclean
-
- distclean: distclean-generic clean
- rm -f config.status
-
- maintainer-clean: maintainer-clean-generic distclean
- @echo "This command is intended for maintainers to use;"
- @echo "it deletes files that may require special tools to rebuild."
-
- .PHONY: default install-man uninstall-man tags distdir info dvi check \
- installcheck install-exec install-data install uninstall all \
- installdirs mostlyclean-generic distclean-generic clean-generic \
- maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-
- .SUFFIXES:
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
-